home *** CD-ROM | disk | FTP | other *** search
- -- card: 14878 from stack: in
- -- bmap block id: 15119
- -- flags: 0000
- -- background id: 2670
- -- name: descending augmented 4th
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=150 top=90 right=139 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: First Note
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "a4w"
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=260 top=90 right=139 bottom=353
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Second Note
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "eb4w"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=188 top=213 right=235 bottom=293
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Augmented 4th
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "a4w ebw"
- end mouseUp
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=187 top=244 right=267 bottom=292
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Diminished 5th
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "a4w d#w"
- end mouseUp
-